SftTree/NET 2.0

MouseMoveTimer Event, SftTree Class

Softel vdm, Inc.

Occurs when the timer expires after a mouse move event.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event MouseMoveTimer As EventHandler

C#   

public event EventHandler MouseMoveTimer;

C++   

public: event EventHandler MouseMoveTimer;

Event Data

The MouseMoveTimer event handler receives an argument of type EventArgs containing data related to this event.

Comments

The MouseMoveTimer event occurs when the timer expires after a mouse move event.

The MouveMoveTimer event occurs after a MouseMove event was handled by the control and the interval defined by the MouseMoveInterval property has expired.

It is used to cause tooltips to be updated after a mouse move event.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com